{ %- liquid assign theme_rtl = false if settings.enable_rtl and settings.langauges_rtl == blank assign theme_rtl = true endif if settings.enable_rtl and settings.langauges_rtl != blank assign rtl_languages = settings.langauges_rtl | split: ',' for language in rtl_languages if language == request.locale.iso_code assign theme_rtl = true endif endfor endif assign fs_threshold_major = settings.free_shipping_threshold | default: 0 | plus: 0 assign fs_reached = false if fs_threshold_major > 0 assign fs_cents = fs_threshold_major | times: 100 if cart.total_price >= fs_cents assign fs_reached = true endif endif assign show_embedded_order_summary = false for block in section.blocks if block.type == 'subtotal' or block.type == 'buttons' or block.type == 'discount' or block.type == '@app' assign show_embedded_order_summary = true endif endfor %}

Your cart is empty

Discover something you'll love and add it to your cart.

Continue shopping